summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDiego 'Flameeyes' Pettenò <flameeyes@gmail.com>2007-03-29 18:41:02 +0000
committerDiego 'Flameeyes' Pettenò <flameeyes@gmail.com>2007-03-29 18:41:02 +0000
commitff8a10b32cb82ad28a772cc3a0c448032936445c (patch)
tree1ee2336a1c71c54d29b95c9e14f921ac384e9182
parent170641f69a86cdd740df4c1ec74194ef84dab6a0 (diff)
downloadxine-lib-ff8a10b32cb82ad28a772cc3a0c448032936445c.tar.gz
xine-lib-ff8a10b32cb82ad28a772cc3a0c448032936445c.tar.bz2
A little more reordering sparing a 4 bytes hole.
CVS patchset: 8768 CVS date: 2007/03/29 18:41:02
-rw-r--r--src/libffmpeg/video_decoder.c7
1 files changed, 4 insertions, 3 deletions
diff --git a/src/libffmpeg/video_decoder.c b/src/libffmpeg/video_decoder.c
index 8cbc38eb9..38cf160c5 100644
--- a/src/libffmpeg/video_decoder.c
+++ b/src/libffmpeg/video_decoder.c
@@ -17,7 +17,7 @@
* along with this program; if not, write to the Free Software
* Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA
*
- * $Id: video_decoder.c,v 1.72 2007/03/29 18:00:23 dgp85 Exp $
+ * $Id: video_decoder.c,v 1.73 2007/03/29 18:41:02 dgp85 Exp $
*
* xine video decoder plugin using ffmpeg
*
@@ -114,11 +114,12 @@ struct ff_video_decoder_s {
int crop_right, crop_bottom;
int output_format;
+
+ xine_list_t *dr1_frames;
+
yuv_planes_t yuv;
AVPaletteControl palette_control;
-
- xine_list_t *dr1_frames;
};