Narendrabrsoft / libyuv

Automatically exported from code.google.com/p/libyuv
BSD 3-Clause "New" or "Revised" License
0 stars 0 forks source link

MJPGToARGB prototype in wrong header #561

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
MJPGToARGB prototype is in planar_functions.h

// Convert MJPG to ARGB.
LIBYUV_API
int MJPGToARGB(const uint8* sample, size_t sample_size,
               uint8* argb, int argb_stride,
               int w, int h, int dw, int dh);

move to a conversion or jpeg specific header.

Original issue reported on code.google.com by fbarch...@google.com on 27 Jan 2016 at 12:56

GoogleCodeExporter commented 8 years ago
The following revision refers to this bug:
  https://chromium.googlesource.com/libyuv/libyuv.git/+/1cc0177669eb1cb6e3364b45a0efa62bd513af48

commit 1cc0177669eb1cb6e3364b45a0efa62bd513af48
Author: Frank Barchard <fbarchard@google.com>
Date: Wed Jan 27 01:02:45 2016

Remove duplicate prototype for MJPGToARGB

MJPGToARGB prototype is in both convert_argb.h and planar_functions.h
Remove the duplicate prototype from planar_functions.h

R=harryjin@google.com
TBR=harryjin@google.com
BUG=libyuv:561

Review URL: https://codereview.chromium.org/1638133002 .

[modify] 
http://crrev.com/1cc0177669eb1cb6e3364b45a0efa62bd513af48/include/libyuv/planar_
functions.h

Original comment by bugdroid1@chromium.org on 27 Jan 2016 at 1:03

GoogleCodeExporter commented 8 years ago

Original comment by fbarch...@google.com on 27 Jan 2016 at 1:05