Revert "Merge commit 'db0a943266be29ff0596872ebb418dfed75d00de'"

This reverts commit d808206553, reversing
changes made to 30085bd43e.

This is not needed

Requested-by: Marton Balint
This commit is contained in:
Michael Niedermayer 2013-02-10 14:27:57 +01:00
parent 02b3ac87f8
commit 2c5e4ae291
1 changed files with 0 additions and 3 deletions

View File

@ -1688,9 +1688,6 @@ static int get_video_frame(VideoState *is, AVFrame *frame, int64_t *pts, AVPacke
if (*pts == AV_NOPTS_VALUE) {
*pts = 0;
}
if (is->video_st->sample_aspect_ratio.num) {
frame->sample_aspect_ratio = is->video_st->sample_aspect_ratio;
}
if (framedrop>0 || (framedrop && get_master_sync_type(is) != AV_SYNC_VIDEO_MASTER)) {
SDL_LockMutex(is->pictq_mutex);