On Wed, Nov 16, 2011 at 12:25:33AM -0800, Mike Melanson wrote: > On 11/16/2011 12:22 AM, Johan Andersson wrote: > >>- * after the frame header. Else, assume 2 extra bytes. */ > >>+ * after the frame header. Else, assume 2 extra bytes. The > >>container size > >>+ * size also cannot be a multiple of the encoded size. */ > > > >"The container size size also cannot be a multiple of the encoded size" > >one size to much? > > Nice catch. And now I get to figure out how to patch a patch, > another topic that git-howto.txt neglects to mention. I guess this > is a simple enough case to learn on.
create another patch, commit it git rebase -i master (or origin/xan^Wmaster) select to squash the second commit voila! you have one commit with both changes _______________________________________________ libav-devel mailing list [email protected] https://lists.libav.org/mailman/listinfo/libav-devel
