diff options
Diffstat (limited to 'libavcodec/crystalhd.c')
-rw-r--r-- | libavcodec/crystalhd.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/libavcodec/crystalhd.c b/libavcodec/crystalhd.c index 95f1fb6e8d..e2596a29e1 100644 --- a/libavcodec/crystalhd.c +++ b/libavcodec/crystalhd.c @@ -932,8 +932,8 @@ static int decode(AVCodecContext *avctx, void *data, int *got_frame, AVPacket *a } else { av_log(avctx, AV_LOG_VERBOSE, "CrystalHD: parser picture type %d\n", - h->s.picture_structure); - pic_type = h->s.picture_structure; + h->picture_structure); + pic_type = h->picture_structure; } } else { av_log(avctx, AV_LOG_WARNING, |