diff options
author | Måns Rullgård <mans@mansr.com> | 2006-09-02 23:10:28 +0000 |
---|---|---|
committer | Måns Rullgård <mans@mansr.com> | 2006-09-02 23:10:28 +0000 |
commit | 0e176c3eb54ecc4504920347e9727f1d8b5657ef (patch) | |
tree | 37a1e517c69ae5f4675aab39e4823cdadfbb419d /libavformat/avformat.h | |
parent | 6243da0d5036712ad2f53fcdec0ba6c2ada97d7a (diff) | |
download | ffmpeg-0e176c3eb54ecc4504920347e9727f1d8b5657ef.tar.gz |
remove redundant declarations
Originally committed as revision 6153 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diffstat (limited to 'libavformat/avformat.h')
-rw-r--r-- | libavformat/avformat.h | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/libavformat/avformat.h b/libavformat/avformat.h index 27cddaa10a..0429701b21 100644 --- a/libavformat/avformat.h +++ b/libavformat/avformat.h @@ -407,9 +407,6 @@ extern AVImageFormat *first_image_format attribute_deprecated; #include "rtsp.h" -/* yuv4mpeg.c */ -extern AVOutputFormat yuv4mpegpipe_muxer; - /* utils.c */ void av_register_input_format(AVInputFormat *format); void av_register_output_format(AVOutputFormat *format); |