summaryrefslogtreecommitdiff
path: root/libavcodec/h264_parser.c
diff options
context:
space:
mode:
authorJames Almer <jamrial@gmail.com>2017-12-01 01:09:43 -0300
committerJames Almer <jamrial@gmail.com>2017-12-01 01:10:11 -0300
commit5e9b39b373215104dbcf59e161b3755466f18859 (patch)
tree3d75ccbe5cff7759f3829e58ed698ffe6a2e7244 /libavcodec/h264_parser.c
parent83ecdc9a920d7f0b69d1a25d63757adb887a1f25 (diff)
avcodec/h264_sei: remove redundant prefix to H264SEIFramePacking fields
Cosmetic change. Signed-off-by: James Almer <jamrial@gmail.com>
Diffstat (limited to 'libavcodec/h264_parser.c')
-rw-r--r--libavcodec/h264_parser.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/libavcodec/h264_parser.c b/libavcodec/h264_parser.c
index 39f97e00a6..65d9d44b50 100644
--- a/libavcodec/h264_parser.c
+++ b/libavcodec/h264_parser.c
@@ -259,7 +259,7 @@ static inline int parse_nal_units(AVCodecParserContext *s,
s->picture_structure = AV_PICTURE_STRUCTURE_UNKNOWN;
ff_h264_sei_uninit(&p->sei);
- p->sei.frame_packing.frame_packing_arrangement_cancel_flag = -1;
+ p->sei.frame_packing.arrangement_cancel_flag = -1;
if (!buf_size)
return 0;