Skip to content

Commit

Permalink
Update table17.inc
Browse files Browse the repository at this point in the history
  • Loading branch information
dnewman-gpsw committed Sep 25, 2018
1 parent acf3fd8 commit d2d78d1
Showing 1 changed file with 19 additions and 13 deletions.
32 changes: 19 additions & 13 deletions source/lib/vc5_common/table17.inc
Original file line number Diff line number Diff line change
@@ -1,17 +1,23 @@
/*! @file table17.inc
/*! @file bitstream.h
*
* @brief Declaration of the bitstream data structure.
*
* @version 1.0.0
*
* (C) Copyright 2018 GoPro Inc (http://gopro.com/).
*
* Licensed under either:
* - Apache License, Version 2.0, http://www.apache.org/licenses/LICENSE-2.0
* - MIT license, http://opensource.org/licenses/MIT
* at your option.
*
* Unless required by applicable law or agreed to in writing, software
* distributed under the License is distributed on an "AS IS" BASIS,
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
* See the License for the specific language governing permissions and
* limitations under the License.
*/

Codebook automatically generated by Huffman program
Created: Wed May 11 2005 21:23:08 UTC
Modified by hand to simplify for use with the reference decoder.
Note that the codebook entries with a run length of zero are
special codewords that are used to mark significant locations
in the encoded bitstream.
(c) 2013 Society of Motion Picture & Television Engineers LLC and Woodman Labs, Inc.
All rights reserved--use subject to compliance with end user license agreement.
*/
RLVTABLE(264) table17 =
{
264,
Expand Down

0 comments on commit d2d78d1

Please sign in to comment.