diff options
author | Clément Bœsch <ubitux@gmail.com> | 2011-10-04 07:41:28 +0200 |
---|---|---|
committer | Clément Bœsch <ubitux@gmail.com> | 2011-10-04 07:48:56 +0200 |
commit | a667e90aae61cc81ecde9864fad678a3e8d10107 (patch) | |
tree | befe4b9ef99e176b06e6fc0f13ee27e1b9f71425 | |
parent | 64960fedeedca707a9b4a63e7f21a9f4a952b3bb (diff) | |
download | ffmpeg-a667e90aae61cc81ecde9864fad678a3e8d10107.tar.gz |
proresdec_gpl: remove wrong @file reference.
-rw-r--r-- | libavcodec/proresdec_gpl.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libavcodec/proresdec_gpl.c b/libavcodec/proresdec_gpl.c index d002516aff..7362bf1da9 100644 --- a/libavcodec/proresdec_gpl.c +++ b/libavcodec/proresdec_gpl.c @@ -20,7 +20,7 @@ */ /** - * @file libavcodec/proresdec.c + * @file * Known FOURCCs: 'apch' (HQ), 'apcn' (SD), 'apcs' (LT), 'acpo' (Proxy), 'ap4c' (4444) */ |