Changeset 7046b63e in ffmpeg

Timestamp:
Apr 21, 2011, 10:08:42 AM (14 years ago)
Author:
Stefano Sabatini <stefano.sabatini-lala@poste.it>
Branches:
master
Children:
9bf81b49
Parents:
6d635148
git-author:
Stefano Sabatini <stefano.sabatini-lala@poste.it> (04/20/11 11:13:09)
git-committer:
Stefano Sabatini <stefano.sabatini-lala@poste.it> (04/21/11 10:08:42)
Message:

ffmpeg: call pre_process_video_frame() only if decoding is needed

In output_packet(), move the pre_process_video_frame() call inside the
if (ist->decoding_needed) { } block. This way
pre_process_video_frame() is not called when stream-copy has been
selected.

Also simplify.

Signed-off-by: Stefano Sabatini <stefano.sabatini-lala@poste.it>

(No files)

Note: See TracChangeset for help on using the changeset viewer.