diff options
author | Paul B Mahol <onemda@gmail.com> | 2018-11-25 21:41:40 +0100 |
---|---|---|
committer | Paul B Mahol <onemda@gmail.com> | 2018-11-25 21:41:40 +0100 |
commit | 7488d58436c227c5892e28aa546b95e39ecbd5e4 (patch) | |
tree | 1678480b1b0e696f24386055489b35567bf7c74d /libavcodec/eac3dec.c | |
parent | f9ea4931479b4bdf0bb1a873711c6ef1d45bcf5e (diff) | |
download | ffmpeg-7488d58436c227c5892e28aa546b95e39ecbd5e4.tar.gz |
avcodec/eac3dec: remove obsolete comment
Diffstat (limited to 'libavcodec/eac3dec.c')
-rw-r--r-- | libavcodec/eac3dec.c | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/libavcodec/eac3dec.c b/libavcodec/eac3dec.c index 73067ded9d..3a5c7989b9 100644 --- a/libavcodec/eac3dec.c +++ b/libavcodec/eac3dec.c @@ -31,12 +31,6 @@ * No known samples exist. The spec also does not give clear information * on how this is to be implemented. * - * Dependent Streams - * Only the independent stream is currently decoded. Any dependent - * streams are skipped. We have only come across two examples of this, and - * they are both just test streams, one for HD-DVD and the other for - * Blu-ray. - * * Transient Pre-noise Processing * This is side information which a decoder should use to reduce artifacts * caused by transients. There are samples which are known to have this |