Re: [FFmpeg-devel] [PATCH 1/2] lavu/frame: move av_frame_copy_props() up in the file.

2015-03-25 Thread Michael Niedermayer
On Mon, Mar 23, 2015 at 11:11:18AM -0400, Ronald S. Bultje wrote: Preparation for following patch. --- libavutil/frame.c | 140 +++--- 1 file changed, 70 insertions(+), 70 deletions(-) applied thanks [...] -- Michael GnuPG fingerprint:

[FFmpeg-devel] [PATCH 1/2] lavu/frame: move av_frame_copy_props() up in the file.

2015-03-23 Thread Ronald S. Bultje
Preparation for following patch. --- libavutil/frame.c | 140 +++--- 1 file changed, 70 insertions(+), 70 deletions(-) diff --git a/libavutil/frame.c b/libavutil/frame.c index 12fe0a6..85f5637 100644 --- a/libavutil/frame.c +++ b/libavutil/frame.c