diff options
author | Roman Shaposhnik <roman@shaposhnik.org> | 2003-09-29 17:54:07 +0000 |
---|---|---|
committer | Roman Shaposhnik <roman@shaposhnik.org> | 2003-09-29 17:54:07 +0000 |
commit | 7458ccbb02a98ece4b4a9018a46eb13fff05b7c2 (patch) | |
tree | 211abea47d359434bd05ceea71f5a9eccfde9a86 /libavcodec/avcodec.h | |
parent | da64ecc3e75733c0232c0d5205caff5b9fc53194 (diff) | |
download | ffmpeg-7458ccbb02a98ece4b4a9018a46eb13fff05b7c2.tar.gz |
* DV handling was streamlined for both muxing/demuxing and
decoding. All muxing/demuxing functionality is now available
in libavformat/dv.[ch].
* dv1394.c and avidec.c were hooked up with general DV demuxer.
* DVAUDIO is dead! Long live pcm_s16le!
* DV audio is now always recognized -- which means we can
now hear all those ducks quaking in pond.dv.
Originally committed as revision 2319 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diffstat (limited to 'libavcodec/avcodec.h')
-rw-r--r-- | libavcodec/avcodec.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/libavcodec/avcodec.h b/libavcodec/avcodec.h index 4822e87d1a..bec29d5560 100644 --- a/libavcodec/avcodec.h +++ b/libavcodec/avcodec.h @@ -1388,7 +1388,6 @@ extern AVCodec rv10_decoder; extern AVCodec svq1_decoder; extern AVCodec svq3_decoder; extern AVCodec dvvideo_decoder; -extern AVCodec dvaudio_decoder; extern AVCodec wmav1_decoder; extern AVCodec wmav2_decoder; extern AVCodec mjpeg_decoder; |