diff options
author | Aurelien Jacobs <aurel@gnuage.org> | 2010-03-15 23:14:07 +0000 |
---|---|---|
committer | Aurelien Jacobs <aurel@gnuage.org> | 2010-03-15 23:14:07 +0000 |
commit | 588af13feec4c56dc2a1089420b5d7cf8e13e762 (patch) | |
tree | 5aa486fa1c745b6af8330274e850d807ff4fc75d /libavformat/internal.h | |
parent | 48b2ef95b3411dc55cd6dae25c93b841d73db17e (diff) | |
download | ffmpeg-588af13feec4c56dc2a1089420b5d7cf8e13e762.tar.gz |
rename av_program_add_stream_index to ff_program_add_stream_index
it is an internal function, not part of public API
Originally committed as revision 22561 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diffstat (limited to 'libavformat/internal.h')
-rw-r--r-- | libavformat/internal.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libavformat/internal.h b/libavformat/internal.h index 29b80c47e8..43ad67dc44 100644 --- a/libavformat/internal.h +++ b/libavformat/internal.h @@ -26,7 +26,7 @@ char *ff_data_to_hex(char *buf, const uint8_t *src, int size); -void av_program_add_stream_index(AVFormatContext *ac, int progid, unsigned int idx); +void ff_program_add_stream_index(AVFormatContext *ac, int progid, unsigned int idx); /** * Add packet to AVFormatContext->packet_buffer list, determining its |