| Index: media/capture/video/file_video_capture_device.cc
|
| diff --git a/media/capture/video/file_video_capture_device.cc b/media/capture/video/file_video_capture_device.cc
|
| index 02278914f1e66e0a13ce79363ed52f2d47d61925..ce718cd12a4c3391a5094ec3b9c257ddb84acd4e 100644
|
| --- a/media/capture/video/file_video_capture_device.cc
|
| +++ b/media/capture/video/file_video_capture_device.cc
|
| @@ -48,7 +48,7 @@ void ParseY4MRational(const base::StringPiece& token,
|
| // character, however all examples mentioned in the Y4M header description end
|
| // with a newline character instead. Also, some headers do _not_ specify pixel
|
| // format, in this case it means I420.
|
| -// This code was inspired by third_party/libvpx_new/.../y4minput.* .
|
| +// This code was inspired by third_party/libvpx/.../y4minput.* .
|
| void ParseY4MTags(const std::string& file_header,
|
| media::VideoCaptureFormat* video_format) {
|
| media::VideoCaptureFormat format;
|
|
|