summaryrefslogtreecommitdiff
path: root/src/libvdpau/h264_parser.c
diff options
context:
space:
mode:
authorChristophe Thommeret <hftom@free.fr>2009-01-14 05:30:33 +0000
committerChristophe Thommeret <hftom@free.fr>2009-01-14 05:30:33 +0000
commit64d1fe71f41003895869a246fdaa8817ec6f0a9b (patch)
tree6a86798f41579a34e523d9b1b36218bd8e9314e0 /src/libvdpau/h264_parser.c
parentb28ebf65cb4b615d658e5ff5f1cac68e01459bce (diff)
downloadxine-lib-64d1fe71f41003895869a246fdaa8817ec6f0a9b.tar.gz
xine-lib-64d1fe71f41003895869a246fdaa8817ec6f0a9b.tar.bz2
Fix quant_extension_matrix.
Diffstat (limited to 'src/libvdpau/h264_parser.c')
-rw-r--r--src/libvdpau/h264_parser.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/libvdpau/h264_parser.c b/src/libvdpau/h264_parser.c
index d7e4940ae..6187ef8c0 100644
--- a/src/libvdpau/h264_parser.c
+++ b/src/libvdpau/h264_parser.c
@@ -967,7 +967,7 @@ void decode_ref_pic_marking(struct nal_unit *nal,
printf("FIXME: B Set frame %d to long-term ref\n", pic_num_x);
}
else {
- printf("memory_management_control_operation: 3 failed. No such picture.");
+ printf("memory_management_control_operation: 3 failed. No such picture.\n");
}
}