summaryrefslogtreecommitdiff
path: root/libavcodec/internal.h
diff options
context:
space:
mode:
authorJames Almer <jamrial@gmail.com>2017-05-01 20:37:41 -0300
committerJames Almer <jamrial@gmail.com>2017-05-01 20:38:34 -0300
commit0a6ca7aa0aa139b67f8e6bd1453c3aab291d4a26 (patch)
tree6744c18e1d97994a1b1cd3afd0f422fd572ec135 /libavcodec/internal.h
parent56ddb923c63f1aa2ca2c9f503cdd214a0cd6445f (diff)
avcodec/internal: update FF_CODEC_CAP_SETS_PKT_DTS doxy
The code it refers to was moved to decode.c in 00fb745a10a151791ce2e49ba3e463bd17ea9251
Diffstat (limited to 'libavcodec/internal.h')
-rw-r--r--libavcodec/internal.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/libavcodec/internal.h b/libavcodec/internal.h
index caa46dcb92..e30d4aa73d 100644
--- a/libavcodec/internal.h
+++ b/libavcodec/internal.h
@@ -48,8 +48,8 @@
#define FF_CODEC_CAP_INIT_CLEANUP (1 << 1)
/**
* Decoders marked with FF_CODEC_CAP_SETS_PKT_DTS want to set
- * AVFrame.pkt_dts manually. If the flag is set, utils.c won't overwrite
- * this field. If it's unset, utils.c tries to guess the pkt_dts field
+ * AVFrame.pkt_dts manually. If the flag is set, decode.c won't overwrite
+ * this field. If it's unset, decode.c tries to guess the pkt_dts field
* from the input AVPacket.
*/
#define FF_CODEC_CAP_SETS_PKT_DTS (1 << 2)