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:
authorStefano Sabatini <stefano.sabatini-lala@poste.it>2011-04-28 03:03:28 +0400
committerStefano Sabatini <stefano.sabatini-lala@poste.it>2011-05-02 18:41:35 +0400
commit301183d9be4e426d472d4be8c84095c853cb8ac4 (patch)
tree4d39b392884ea79dd5e998ae99214314451b0647 /ffplay.c
parentc3f5b8112573245fc5056a49477749df4ed1d0ea (diff)
replace deprecated av_get_pict_type_char() with av_get_picture_type_char()
Diffstat (limited to 'ffplay.c')
-rw-r--r--ffplay.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/ffplay.c b/ffplay.c
index 40fad52d28..6a4b9d9156 100644
--- a/ffplay.c
+++ b/ffplay.c
@@ -1381,7 +1381,7 @@ static int queue_picture(VideoState *is, AVFrame *src_frame, double pts1, int64_
#if defined(DEBUG_SYNC) && 0
printf("frame_type=%c clock=%0.3f pts=%0.3f\n",
- av_get_pict_type_char(src_frame->pict_type), pts, pts1);
+ av_get_picture_type_char(src_frame->pict_type), pts, pts1);
#endif
/* wait until we have space to put a new picture */