Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/FFmpeg/FFmpeg.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGuillaume Martres <smarter@ubuntu.com>2013-12-13 23:05:26 +0400
committerMichael Niedermayer <michaelni@gmx.at>2013-12-14 06:01:56 +0400
commitecb21d24373ccf8f1d090cff48f4e0c384b7f998 (patch)
tree6bc9d06e8e107292853fffb7a69390c09b01c83c /libavcodec/hevc.c
parentc90cdf4b6444a408b353c8c7dc08dc5c8e3df9bf (diff)
hevc: rename ptl structs and variables
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
Diffstat (limited to 'libavcodec/hevc.c')
-rw-r--r--libavcodec/hevc.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/libavcodec/hevc.c b/libavcodec/hevc.c
index 2993bd4d8b..2b7dce8317 100644
--- a/libavcodec/hevc.c
+++ b/libavcodec/hevc.c
@@ -389,8 +389,8 @@ static int hls_slice_header(HEVCContext *s)
s->max_ra = INT_MAX;
}
- s->avctx->profile = s->sps->ptl.general_PTL.profile_idc;
- s->avctx->level = s->sps->ptl.general_PTL.level_idc;
+ s->avctx->profile = s->sps->ptl.general_ptl.profile_idc;
+ s->avctx->level = s->sps->ptl.general_ptl.level_idc;
sh->dependent_slice_segment_flag = 0;
if (!sh->first_slice_in_pic_flag) {