Commit 392cc2c4 authored by fbarchard@google.com's avatar fbarchard@google.com

MJPGToI420

BUG=none
TEST=none
Review URL: https://webrtc-codereview.appspot.com/396014

git-svn-id: http://libyuv.googlecode.com/svn/trunk@181 16f28f9a-4ce2-e073-06de-1de4eb20be90
parent 8536b2f3
Name: libyuv
URL: http://code.google.com/p/libyuv/
Version: 180
Version: 181
License: BSD
License File: LICENSE
......
......@@ -20,6 +20,8 @@ struct jpeg_source_mgr;
namespace libyuv {
static const uint32 kUnknownDataSize = 0xFFFFFFFF;
enum JpegSubsamplingType {
kJpegYuv420,
kJpegYuv422,
......
......@@ -11,7 +11,7 @@
#ifndef INCLUDE_LIBYUV_VERSION_H_
#define INCLUDE_LIBYUV_VERSION_H_
#define LIBYUV_VERSION 180
#define LIBYUV_VERSION 181
#endif // INCLUDE_LIBYUV_VERSION_H_
This diff is collapsed.
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment